home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / wcl-21.lha / wcl-2.1 / src / cl / pprint / compile-script.lisp next >
Text File  |  1992-09-10  |  221b  |  10 lines

  1.  
  2. (load (compile-file "package-setup"))
  3. (load (compile-file "globals"))
  4. (load (compile-file "interface"))
  5. (load (compile-file "format-compiler"))
  6. (load (compile-file "formats"))
  7. (load (compile-file "initialize"))
  8. (quit)
  9.  
  10.